-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
read_dawr_perf_interface #2772
base: master
Are you sure you want to change the base?
read_dawr_perf_interface #2772
Conversation
trace/dawr.py
Outdated
@@ -18,8 +18,9 @@ | |||
import os | |||
import shutil | |||
import pexpect | |||
import platform |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems this not used any where can you please remove
35b4433
to
6eae462
Compare
@akanksha216 seems like there is some white space damage with the code you submitted. If I clone read_dawr_perf_interface branch and try to run the test I get ~ avocado run --max-parallel-tasks=1 trace/dawr.py Pycodestyle reports several errors pycodestyle dawr.py Can you fix the test case? @PraveenPenguin seems like travis job did not run for this PR which explains why we missed these errors |
yes @sacsant as we have travis run quota got expired, @akanksha216 requesting can you please resend commit again |
Add new test cases for reading single DAWR register and multiple DAWR registers with perf interface Signed-off-by: Akanksha J N <[email protected]>
6eae462
to
4aafc74
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@akanksha216 as we discussed , please close this PR and raise another just to run Travis |
@akanksha216 @PraveenPenguin are we perusing this PR? or as requested by Praveen, @akanksha216 are you going to send new PR and closing this? |
Add new test cases for reading single DAWR register and multiple DAWR registers with perf interface
Logs:
avocado run dawr.py
JOB ID : 67f293450d9feb4166168645c1fd77573d6b75bb
JOB LOG : /root/avocado-fvt-wrapper/results/job-2024-03-15T16.16-67f2934/job.log
(2/5) dawr.py:Dawr.test_read_dawr_v2_gdb: STARTED
(1/5) dawr.py:Dawr.test_read_dawr_v1_gdb: STARTED
(3/5) dawr.py:Dawr.test_read_dawr_v3_gdb: STARTED
(4/5) dawr.py:Dawr.test_read_dawr_v1_perf: STARTED
(1/5) dawr.py:Dawr.test_read_dawr_v1_gdb: PASS (1.95 s)
(3/5) dawr.py:Dawr.test_read_dawr_v3_gdb: PASS (2.03 s)
(4/5) dawr.py:Dawr.test_read_dawr_v1_perf: PASS (2.34 s)
(5/5) dawr.py:Dawr.test_read_dawr_v2_perf: STARTED
(5/5) dawr.py:Dawr.test_read_dawr_v2_perf: PASS (2.06 s)
(2/5) dawr.py:Dawr.test_read_dawr_v2_gdb: PASS (32.23 s)
RESULTS : PASS 5 | ERROR 0 | FAIL 0 | SKIP 0 | WARN 0 | INTERRUPT 0 | CANCEL 0
JOB HTML : /root/avocado-fvt-wrapper/results/job-2024-03-15T16.16-67f2934/results.html
JOB TIME : 60.49 s
test_read_dawr_v1_perf.log
test_read_dawr_v2_perf.log